Edit history for page: A script to browse the HTML manual

revision author date description r1 r2
31126 mario Fri Jul 18 00:19:00 2014 Properly capitalize CHICKEN on the wiki directory (only first level). I used the following shell script to change things: while IFS= read -d $'\0' -r file ; do sed -i 's/Chicken/CHICKEN/g' "$file" done < <(find wiki -maxdepth 1 -type f -print0 ) Some files have been manually reverted after that, since some substitutions don't apply: - friedly-chicken (repl banner) - survey2011 (Chicken in URI paths) - chickenista-guide (Chickenista) I hope the link canonicalization thing will be on my side.
22679 mario Wed Feb 9 16:34:00 2011 s/getenv/get-environment-variable/g in wiki pages
1625 svnwiki Wed Aug 30 23:59:00 2006 Changes applied for Mario (201.47.215.169) through svnwiki: Formated as Scheme code.
1620 felix Wed Aug 30 20:08:00 2006 added code snippets from coop